s/BABL_ERROR/BABL_ACCURACY/ s/BABL_ERROR/BABL_ACCURACY/ added a missing
authorØyvind Kolås <ok@src.gnome.org>
Thu, 12 Jun 2008 21:30:55 +0000 (21:30 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Thu, 12 Jun 2008 21:30:55 +0000 (21:30 +0000)
* babl/babl-fish-path.c: (legal_error): s/BABL_ERROR/BABL_ACCURACY/
* docs/index-static.html.in: s/BABL_ERROR/BABL_ACCURACY/
* AUTHORS: added a missing space.

svn path=/trunk/; revision=330

AUTHORS
ChangeLog
babl/babl-fish-path.c
docs/index-static.html.in

diff --git a/AUTHORS b/AUTHORS
index c461783307354ff8c527a8ae62dbab3607693f79..b38283a4307658e273d89ce444314b9c2901c511 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -14,7 +14,7 @@
         <dd>Portability fixes.</dd>
   <dt>Jan Heller <em>jheller at svn.gnome.org</em></dt>
        <dd>Optimizations, refactoring and documentation.</dd>
-  <dt>Mukund Sivaraman<em>muks at mukund.org</em></dt>
+  <dt>Mukund Sivaraman <em>muks at mukund.org</em></dt>
        <dd><em>Sparse</em> fixes and sanity.</dd>
   <dt><em>dmacks at netspace.org</em></dt>
         <dd>Build sanity</dd>
index f223bd1469719f78269897475e5e5b81da33ba1e..62f5fbe5f67e390b698ee858349e2b2a0f163fa7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-06-12  Øyvind Kolås  <pippin@gimp.org>
+
+       * babl/babl-fish-path.c: (legal_error): s/BABL_ERROR/BABL_ACCURACY/
+       * docs/index-static.html.in: s/BABL_ERROR/BABL_ACCURACY/
+
+       * AUTHORS: added a missing space.
+
 2008-06-12  Øyvind Kolås  <pippin@gimp.org>
 
        * NEWS: added a html comment shortening the news shown.
index ee9fe026f2c7d728bbec0b03031a58f5d9680d9d..821e1cea3ccd2c662899e5901de0b5b629237ea5 100644 (file)
@@ -67,7 +67,7 @@ static double legal_error (void)
   if (error != 0.0)
     return error;
 
-  env = getenv ("BABL_ERROR");
+  env = getenv ("BABL_ACCURACY");
   if (env)
     error = atof (env);
   else
@@ -100,7 +100,7 @@ static int max_path_length (void)
  * the shortest path in a graph where formats are the vertices
  * and conversions are the edges. However, there is an additional
  * constraint to the shortest path, that limits conversion error
- * introduced by such a path to be less than BABL_ERROR. This
+ * introduced by such a path to be less than BABL_ACCURACY. This
  * prohibits usage of any reasonable shortest path construction
  * algorithm such as Dijkstra's algorithm. The shortest path is
  * constructed by enumerating all available paths that are less
index 77515cd353887112d719e234f87c5de27ab825ed..925ed01f07282e5fc2c93aafeb4eb4a9733cb400 100644 (file)
@@ -265,7 +265,7 @@ lab_buffer  = malloc (pixel_count * 3 * 4);
 </pre>
 -->
 
-    <p>Through the environment variable <em>BABL_ERROR</em> you can control
+    <p>Through the environment variable <em>BABL_ACCURACY</em> you can control
     a speed/performance trade off that by default is set very low (0.000001)
     values in the range 0.01-0.1 can provide reasonable preview performance
     by allowing lower numerical accuracy</p>.